Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Object.fromEntries #12179

Merged
merged 1 commit into from
Aug 6, 2020

Conversation

Snuffleupagus
Copy link
Collaborator

This provides a simpler way of creating an Object from e.g. a Map, without having to manually iterate over it.
Please see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/fromEntries

This provides a simpler way of creating an `Object` from e.g. a `Map`, without having to manually iterate over it.
Please see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/fromEntries
@Snuffleupagus
Copy link
Collaborator Author

/botio unittest

@pdfjsbot
Copy link

pdfjsbot commented Aug 6, 2020

From: Bot.io (Linux m4)


Received

Command cmd_unittest from @Snuffleupagus received. Current queue size: 0

Live output at: http://54.67.70.0:8877/5bd5e77dedf267f/output.txt

@pdfjsbot
Copy link

pdfjsbot commented Aug 6, 2020

From: Bot.io (Windows)


Received

Command cmd_unittest from @Snuffleupagus received. Current queue size: 0

Live output at: http://54.215.176.217:8877/b35dcdf56ae91dc/output.txt

@pdfjsbot
Copy link

pdfjsbot commented Aug 6, 2020

From: Bot.io (Linux m4)


Failed

Full output at http://54.67.70.0:8877/5bd5e77dedf267f/output.txt

Total script time: 3.89 mins

  • Unit Tests: FAILED

@pdfjsbot
Copy link

pdfjsbot commented Aug 6, 2020

From: Bot.io (Windows)


Success

Full output at http://54.215.176.217:8877/b35dcdf56ae91dc/output.txt

Total script time: 4.85 mins

  • Unit Tests: Passed

@timvandermeij
Copy link
Contributor

/botio-linux preview

@pdfjsbot
Copy link

pdfjsbot commented Aug 6, 2020

From: Bot.io (Linux m4)


Received

Command cmd_preview from @timvandermeij received. Current queue size: 0

Live output at: http://54.67.70.0:8877/61fc7ec34672523/output.txt

@pdfjsbot
Copy link

pdfjsbot commented Aug 6, 2020

From: Bot.io (Linux m4)


Success

Full output at http://54.67.70.0:8877/61fc7ec34672523/output.txt

Total script time: 3.48 mins

Published

@timvandermeij timvandermeij merged commit b99b3b6 into mozilla:master Aug 6, 2020
@timvandermeij
Copy link
Contributor

That's a nice feature; thanks!

@Snuffleupagus Snuffleupagus deleted the Object.fromEntries branch August 7, 2020 08:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants